C#
VB
C++
Adds or updates one or more master form pages to the full text search database
public void Upsert(IEnumerable<FullTextSearchItem> items)
Public MustOverride Sub Upsert(ByVal items As System.Collections.Generic.IEnumerable(Of Leadtools.Forms.Recognition.FullTextSearchItem))
public:virtual void Upsert(System::Collections::Generic::IEnumerable<Leadtools::Forms::Recognition::FullTextSearchItem^>^ items) abstract
items
Properties of the items to add or update. Must not be null.
This method loops through items and calls Upsert(fulltextsearchitem) for each item.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
